Vcenter Vm Guest Identity Info
The Vcenter Vm Guest Identity Info schema contains information describing the guest operating system identification.
This schema was added in vSphere API 6.7.
{
"name": "string",
"family": "string",
"full_name": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"host_name": "string",
"ip_address": "string"
}
Guest operating system identifier (short name).
For more information see: Vcenter Vm GuestOS.
This property was added in vSphere API 6.7.
Guest operating system family.
For more information see: Vcenter Vm GuestOSFamily.
This property was added in vSphere API 6.7.
Guest operating system full name.
This property was added in vSphere API 6.7.
Hostname of the guest operating system.
This property was added in vSphere API 6.7.
IP address assigned by the guest operating system.
This property was added in vSphere API 6.7.
If missing or null
the guest does not have an IP address.